﻿.ih5-tabs {
    position: relative
}

.ih5-tabs .el-tabs {
    width: 100%;
    height: 100%
}

.ih5-tabs .el-tabs__nav {
    z-index: 0
}

.ih5-tabs .el-tabs__nav .el-tabs__item {
    text-align: center;
    flex: 1;
    padding: 0;
    outline: 0
}

.ih5-tabs .el-tabs__nav .el-tabs__item:focus, .ih5-tabs .el-tabs__nav .el-tabs__item:focus:active {
    outline: none
}

.ih5-tabs .el-tabs__nav .el-tabs__item:focus.is-active.is-focus:not(:active) {
    box-shadow: none;
    border-radius: 0
}

.ih5-tabs .el-tabs__nav .el-tabs__item.is-right {
    text-align: left;
    padding: 0 20px
}

.ih5-tabs .el-tabs__nav .el-tabs__item.is-left {
    padding: 0 20px
}

.ih5-tabs .el-tabs__nav .el-tabs__active-bar {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #409eff;
    transition: unset;
    list-style: none
}

.ih5-tabs .el-tabs__nav .el-tabs__active-bar.set-transition {
    transition: transform .3s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.ih5-tabs .el-tabs__nav .tab__title {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    padding: 0 3px
}

.ih5-tabs .is-dot {
    background-color: #f56c6c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -8px
}

.ih5-tabs .el-tabs__header {
    margin: 0
}

.ih5-tabs .el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item, .ih5-tabs .el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item, .ih5-tabs .el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item, .ih5-tabs .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item {
    padding: 0
}

.ih5-tabs .el-tabs--border-card > .el-tabs__content {
    padding: 0
}

.ih5-tabs .el-tabs--bottom .el-tabs__header.is-bottom {
    margin: 0
}

.ih5-tabs .el-tabs__content {
    position: static
}

.ih5-tabs .el-tab-pane {
    height: 100%;
    position: relative;
    overflow: hidden
}

.ih5-tabs .md-layout-item {
    height: 100%
}

.ih5-tabs .el-tabs--left .el-tabs__header.is-left {
    margin: 0
}

.ih5-tabs .el-tabs--right .el-tabs__header.is-right {
    margin: 0
}

.ih5-tabs .el-tabs__nav-wrap-nobg {
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.ih5-tabs .el-tabs__nav-wrap-nobg.is-scrollable {
    padding: 0 20px
}

.ih5-tabs .short_bar {
    display: inline-block;
    height: 100%;
    border-bottom: 2px solid #409eff;
    box-sizing: border-box
}

.ih5-tabs .is-short_bar {
    padding: 0 20px !important
}

.ih5-tabs .ih5-tabs .el-tabs--left .el-tabs__item:nth-child(2), .ih5-tabs .ih5-tabs .el-tabs--right .el-tabs__item:nth-child(2) {
    padding: 0 20px
}

.ih5-tabs .ih5-tabs .el-tabs--left .el-tabs__item:last-child, .ih5-tabs .ih5-tabs .el-tabs--right .el-tabs__item:last-child {
    padding: 0 20px
}
